All Packages Class Hierarchy This Package Previous Next Index
NSSavePanel
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- panel:compareFilename:with:caseSensitive:
Objective-C instance method
implemented by delegates of the SavePanel
class
(known as the NSSavePanel
Objective-C class).
- panel:isValidFilename:
Objective-C instance method
implemented by delegates of the SavePanel
class
(known as the NSSavePanel
Objective-C class).
- panel:shouldShowFilename:
Objective-C instance method
implemented by delegates of the SavePanel
class
(known as the NSSavePanel
Objective-C class).
public abstract boolean panelIsValidFilename(Object sender, String filename)
- panel:isValidFilename:
Objective-C instance method
implemented by delegates of the SavePanel
class
(known as the NSSavePanel
Objective-C class).
public abstract boolean panelShouldShowFilename(Object sender, String filename)
- panel:shouldShowFilename:
Objective-C instance method
implemented by delegates of the SavePanel
class
(known as the NSSavePanel
Objective-C class).
public abstract int panelCompareFilenames(Object sender, String file1, String file2, boolean caseSensitive)
- panel:compareFilename:with:caseSensitive:
Objective-C instance method
implemented by delegates of the SavePanel
class
(known as the NSSavePanel
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index